home *** CD-ROM | disk | FTP | other *** search
- Mon Aug 12 13:43:20 GMT 1996 [ixtrace] (cz253@cleveland.freenet.edu)
-
- * Updated the revision number of ixtrace to 1.4
- * The following were changed in ixtrace.h
- 287:__obsolete_ssystem (name changed)
- 335:fgetln (name changed)
- 483:__stkext_f (added)
- 517:getprotobynumber (name changed)
- 555:getdomainname (added)
- 556:setlogin (added)
- 557:isblank (added)
- 558:mmap (added)
- 559:munmap (added)
- 560:mlock (added)
- 561:munlock (added)
- 562:madvise (added)
- 563:mprotect (added)
- 564:msync (added)
- 565:setlocale (added)
- 566:localeconv (added)
- 567:strtoq (added)
- 568:strtouq (added)
- 569:setpgid (added)
- 570:aselect (added)
-
- * Added '-l' option to ixtrace, allows the printing of all
- system calls with corresponding numbers, to stdout. Don't
- have to look in include/sys/syscall.def anymore. :)
- * Added additional error checking to '-s' option
- * Added define 'MAXCALLS' to ixtrace.h, this is the maximum
- number of calls that ixtrace understands
- * Updated man/man1/ixtrace.1 with additional information on the
- '-l','-c','-z','-v' option
- * Allow entering of system call name to be traced, instead
- of using a number. '-c'
- * Added ability to set precisely what calls you want traced
- (NOT limited to just one call). '-z'
-
-